Click or drag to resize

ResourceGetRequest Method

Gets the HttpWebRequest object for the current HTTP request.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public HttpWebRequest GetRequest(
	string address,
	string methodName
)

Parameters

address
Type: SystemString
A resource address
methodName
Type: SystemString
WebDAV (or HTTP) method name

Return Value

Type: HttpWebRequest
Created request object.
See Also